home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / Prograph Reference Manual.sit / Prograph Reference Manual / Prograph Reference 5-7.rsrc / TEXT_137.txt < prev    next >
Text File  |  1995-10-25  |  3KB  |  80 lines

  1. ツ        Click Item 
  2.  
  3. Inherits from:     Window Item  
  4.  
  5.  
  6. _____________________________________________________
  7. ツ                   name   *193*
  8.  
  9. Type:  string 
  10. Description:    Used by the primitive find-item to find a ツォClick Itemツサ by name. 
  11.  
  12. _____________________________________________________
  13. ツ                   owner   *193*
  14.  
  15. Type:  Window 
  16. Constraints:    Not settable.    
  17. Description:  If ツォClick Itemツサ is a member of item list of an active ツォWindowツサ, then the value of this attribute is that ツォWindowツサ; otherwise it is NULL.    
  18.  
  19.  
  20. _____________________________________________________
  21. ツ                   active?   *193*
  22.  
  23. Type:  boolean    
  24. Constraints:    Not settable on default.    
  25. Description:     ツォClick Itemツサ responds to clicks only if the value of this attribute is TRUE.    
  26.  
  27.  
  28. _____________________________________________________
  29. ツ                   visible?   *193*
  30.  
  31. Type:  boolean    
  32. Description:  ツォClick Itemツサ is displayed in the owning ツォWindowツサ if and only if the value of this attribute is TRUE.    
  33. Side effects:    Setting causes ツォClick Itemツサ to be redrawn in the owning ツォWindowツサ.     
  34.  
  35.  
  36. _____________________________________________________
  37. ツ                   move?   *194*
  38.  
  39. Type:  boolean    
  40. Description:     The location of ツォClick Itemツサ is changed relative to the size of the owning ツォWindowツサ if and only if the value of this attribute is TRUE.    
  41.  
  42.  
  43. _____________________________________________________
  44. ツ                   grow?   *194*
  45.  
  46. Type:  boolean    
  47. Description:     The size of ツォClick Itemツサ is changed relative to the size of the owning ツォWindowツサ if and only if the value of this attribute is TRUE.    
  48.  
  49.  
  50. _____________________________________________________
  51. ツ                   location   *194*
  52.  
  53. Type:  Point    
  54. Description:    The location of the upper left corner of ツォClick Itemツサ in owning ツォWindowツサ.    
  55. Side effects:    Setting causes ツォClick Itemツサ to be redrawn.    
  56.  
  57.  
  58. _____________________________________________________
  59. ツ                   size   *194*
  60.  
  61. Type:  Point    
  62. Description:    Offset of lower right corner of ツォClick Itemツサ from upper left corner.    
  63. Side effects:    Setting causes ツォClick Itemツサ to be redrawn.    
  64.  
  65.  
  66. _____________________________________________________
  67. ツ                    balloon   *194*
  68.  
  69. Type:     list 
  70. Description:    Balloon Help information; format varies with the type (Prograph string or 'STR ', 'STR#', 'TEXT' or 'PICT' resource) of Balloon Help.    
  71.  
  72.  
  73. _____________________________________________________
  74. ツ                    click method   *195*
  75.  
  76. Type:     string 
  77. Description: The name of the method called when a click occurs on the ツォClick Itemツサ. ツォClick Itemツサ responds to clicks only if the value is a nonempty string.    
  78. Method inputs:     <owning ツォWindowツサ>, ツォClick Itemツサ, <EventRecord of click> 
  79.  
  80.